/*@media (min-width:1200px) {
	html{font-size: 6.25px !important;}
}
@media (min-width:1280px) {
	html{font-size: 6.6px !important;}
}
@media (min-width:1920px) {
	html{font-size: 10px !important;}
}
*/
html{font-size:10px;} 
@media (min-width:768px) {
	/*html{font-size:10px  !important;} */
	html{font-size:0.78125vw  !important;} /*默认是10px/(800/100), 1vw等于视口宽度/100。这个是比较重要的，自适应按比例缩放*/
}

/*
根据设计图的尺寸,从以下选择一种模式
方案二:设计图尺寸:1920px,如正文内容是1280px,有两种情况,就是按
*/
@media (min-width:1280px) {
	html{font-size: 10px !important;}/*这个是按实际尺寸显示*/
	/*html{font-size:0.78125vw  !important;} *//*默认是10px/(1280/100), 1vw等于视口宽度/100。这个是比较重要的，自适应按比例缩放*/
}
/**/
/*方案三: 设计图尺寸:1920px,针对大屏幕,小于1920按比例缩放
*/
@media (min-width:1920px) { 
	/*html{font-size:0.52083vw  !important;} 默认是10px/(1920/100), 1vw等于视口宽度/100。这个是比较重要的，自适应按比例缩放*/
}
/*END方案三*/

body{
	height: 100%;
/*	background-color: #fff;*/
	/*background-color: #101014;*/
	color:rgb(51, 51, 51);
  /*background-image: url('/template/webpage/images/bg2.jpg'); *//* 指定背景图片 */
  background-repeat: no-repeat; /* 背景图片不重复 */
  background-size: cover; /* 背景图片覆盖整个容器 */
  background-attachment: fixed; /* 背景固定 */
}
.container-fluid{
	padding: 0px;
}
/*定义页面宽度 1132px*/
@media (min-width:1200px){ 

	.container {
		width: 1200px !important;
	}
}


/*背景色,主要用于上下两个板块的间隔背景色，如一白一灰*/
.bg202203111527{
	background-color: #eee;
}

/*主题颜色，如左侧栏目标题的背景色，字体颜色，大小等*/
.zhu_ti_yan_se{
	color:#fff;
	background-color: #000;
}

@media(max-width:767.5px){
	/*手机版内容的左右页边距*/
	.wap_pd{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*每个板块之间的行间距*/
/*手机端*/
.jian_ju202203111528{
	height: 30px;
	clear: both;
}
/*非手机端*/
@media(min-width:768px){
	.jian_ju202203111528{
		height: 80px;
	}
}


.biao_ti202405100057{
	font-size: 18px;
	margin-bottom: 20px;
}

/*.box20220702095846 .zoomImage2 {
    padding-bottom: 75% !important;
}
.box20220516173058_bt {

    background-color: #d38348 !important;

}*/
